object Form9: TForm9 Left = 238 Top = 160 BorderStyle = bsDialog Caption = 'Signature' ClientHeight = 155 ClientWidth = 522 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Signature: TMemo Left = 10 Top = 10 Width = 503 Height = 103 Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False ScrollBars = ssVertical TabOrder = 0 WordWrap = False end object BitBtn1: TBitBtn Left = 10 Top = 118 Width = 505 Height = 29 Caption = '&OK' TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end end